projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b340aec
)
(auto-mode-alist): Open `.asd' files in lisp-mode.
author
Glenn Morris
<rgm@gnu.org>
Tue, 22 May 2007 06:24:53 +0000
(06:24 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 22 May 2007 06:24:53 +0000
(06:24 +0000)
Suggested by twb@cyber.com.au.
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index f4cec49fbb99d4d30fdd3a7c8de976f949234e35..c0443005dc2d2cb0735dbe1dfa7847f2e67182a0 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-1985,6
+1985,8
@@
since only a single case-insensitive search through the alist is made."
("[:/]_emacs\\'" . emacs-lisp-mode)
("/crontab\\.X*[0-9]+\\'" . shell-script-mode)
("\\.ml\\'" . lisp-mode)
+ ;; Common Lisp ASDF package system.
+ ("\\.asd\\'" . lisp-mode)
("\\.\\(asn\\|mib\\|smi\\)\\'" . snmp-mode)
("\\.\\(as\\|mi\\|sm\\)2\\'" . snmpv2-mode)
("\\.\\(diffs?\\|patch\\|rej\\)\\'" . diff-mode)